home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 03 Demos and Info / FAQ8.TXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  31.2 KB  |  720 lines

  1. ========
  2. Newsgroups: comp.sys.cbm
  3. Subject: COMP.SYS.CBM: General FAQ, v3.1 Part 8/9
  4. From: brain@mail.msen.com (Jim Brain)
  5. Date: 13 Aug 1996 01:10:25 -0400
  6.  
  7.  
  8. X-Posted-By: YPost, version 0.08
  9.  
  10.  
  11. Archive-name: cbm-main-faq.3.1.p8
  12. Comp-answers-archive-name: commodore/main-faq/part8
  13. News-answers-archive-name: commodore/main-faq/part8
  14. Comp-sys-cbm-archive-name: main-faq/part8
  15. Version: 3.1
  16. Last-modified: 1996/08/12
  17.                    
  18.  
  19.   ---------------------------------------------------------------------------
  20.   
  21.   Table of Contents (for this file)
  22.   ---------------------------------
  23.  
  24.   13.  Enhancements
  25.   13.1.  How do I increase my disk drive's transfer speed?
  26.   13.1.1.  What is a Fastloader?
  27.   13.1.2.  What is a ROM replacement?
  28.   13.1.3.  What are the disadvantages to using a drive enhancemenat other things can I do to speed up the drive?
  29.   13.2.  How do I expand my disk drive's capacity?
  30.   13.2.1.  What is a Hard Drive?  Who sells them?
  31.   13.2.2.  What is 64NET?
  32. + 13.2.3.  What is SERVER64?
  33.   13.3.  How do I expand my computer 13.3.1.  What is a Ram Expansion Unit?
  34.   13.3.2.  What is a geoRAM Unit?
  35.   13.3.3.  What is battery backed GeoRAM (BBGRam)?
  36.   13.3.4.  What is a RAMLink?
  37.   13.3.5.  What is a RAMDrive?
  38.   13.3.6.  How do I expand my C128 Video RAM?
  39.   13.3.7.  How do I expand my C64 internally?
  40.   13.3.8.  How do I expand my C128 internally?
  41.   13.4.  How do I increase my computer's speed?
  42.   13.4.1.  How do I increase my Commodore 64's speed?
  43.   13.4.2.  How do I increase my Commodore 128's speed?
  44.   13.4.3.  Can I speed up other Commodore computers?
  45.   13.5.  How do I increase my computer screen's resolution?
  46.   13.5.1.  How do I increase my Commodore 64's screen resolution?
  47.   13.5.2.  How do I increase my Commodore 128's screen resolution?
  48.   13.5.3.  How do I increase other CBM computers' resolutions?
  49.   13.6.  How do I increase my computer's serial transfer speed?
  50.   13.7.  How do I increase my computer's sound quality?
  51.   13.8.  What other ways can I expand my Commodore computer?
  52.  
  53.   ---------------------------------------------------------------------------
  54.   
  55.   
  56.   13.  Enhancements
  57.   
  58.   If you like to tinker with your Commodore to get the best possible
  59.   performance out of it, these suggestions and products may help you
  60.   in your quest.
  61.   
  62.    
  63.   13.1.  How do I increase my disk drive's transfer speed?
  64.   
  65.   Since the introduction of the Commodore VIC-20 and the slow serial bus,
  66.   Commodore owners have been plagued by slow disk access.  There are two 
  67.   ways to allevaiet this problem, fastloaders and ROM replacements.
  68.  
  69.   
  70.   13.1.1.  What is a Fastloader?
  71.  
  72.   The Commodore 1541 drive and any drive attached to a VIC-20, C64, Plus 4,
  73.   C116, or C16 suffer from very slow read and write times.  This is caused
  74.   by Commodore's haste in "economizing" the IEEE-488 bus used in the PET
  75.   series of Commodore computers into the serial bus.  The IEEE-488 bus
  76.   transferred 8 bits of data at a time, and performed some synchronization
  77.   steps, or handshaking, between bytes.  Commodore reduced the path to 1 bit
  78.   but kept most of the original handshaking, most of which is redundant when
  79.   transferring 1 bit at a time.  Early on, some developers noted that, since
  80.   the 1541 drive was intelligent enough to execute a program loaded into its
  81.   RAM, and the Commodore operating do disk I/O could be
  82.   bypassed, they could write software that spedby
  83.   modifying or completely changing the protocol used on the serial bus.  This
  84.   is the idea behind fastload cartridges like FastLoad, Mach 5, etc...
  85.  
  86.  
  87.   13.1.2.  What is a ROM replacement?
  88.   
  89.   As programs became more complex, some programs would not operate with
  90.   this approach.  Thus, the developers then rewrote parts of the Commodore
  91.   operating system on both the computer and the disk drive, and replaced the
  92.   parts of them that did disk I/O with new pieces of code.  This is the idea
  93.   behind JiffyDos and others.
  94.  
  95.   The basic idea in speeding up the disk drive is to use more than 1 line
  96.   to transfer data, effectively doubling the transfer speed.  Then, reduce
  97.   synchronization requirements in the protocol to a bare minimum, as
  98.   synchronizing time is time not being used to do transfers.
  99.  
  100.   The fastload cartridges are handicapped somewhat by the need to transfer
  101.   the portion of the program that runs in the disk drive to the drive using
  102.   the slow speed evry time the drive is used.  This can be alleviated
  103.   somewhat, but the replacement operating system replacement products like
  104.   JiffyDos win the race since they do not need to load code into the drive,
  105.   as it is already there.
  106.  
  107.  
  108.   13.1.3.  What are the disadvantages to using a drive enhancement?
  109.   
  110.   The products are not 100% compatible, as they sacrifice reliability for
  111.   speed somewhat.  That means that a program that does not load due to an
  112.   error while using a fastload product will probably load without the
  113.   fastloading enabled.  Also, some programs can not handle the change in
  114.   loading or reading speed, so these enhancements yield about 90%
  115.   compatibility.
  116.  
  117.  
  118.   13.1.4.  What other things can I do to speed up the drive?
  119.   
  120.   You can also increase the speed of disk drive operation by organizing
  121.   consecutive parts of a file on disk to fall a certain number of disk
  122.   sectors apart.  This is called the interleave or interleaving factor.
  123.   Normally, a 1541 disk drive space consecutive parts of a file 10 sectors
  124.   apart, but you can change that a little to minimize the time needed to find
  125.   consecutive parts of a file.
  126.  
  127.   Also, the C128 in 128 mode hooked up to a 1571 or 1581 has a built-in
  128.   fastloading scheme called burst loading.  Therefore, if you are in 128 mode
  129.   and hooked up to a 1581 or a 1571, you already have this feature. mode reverts back to the old slow serial routines, and the 128
  130.   in any mode using a 1541 cannot use the burst load routines.
  131.  
  132.   
  133.   13.2.  How do I expand my disk drive's capacity?
  134.   
  135.   Software Support International sells the 1541 RAMBoard, which will increase
  136.   you 1541's memory.  SSI used to market a similar board for the 1571, but they
  137.   have depleted stock and no longer carry it.
  138.   
  139.   You can also expand your disk drives on board RAM capacity, and use that extra
  140.   memory for better archiving performance.
  141.  
  142.  
  143. + 13.2.1.  What is a Hard Drive?  Who sells them?
  144.   
  145. + A hard disk drive is a non-removable ramdom access medium similar that 
  146. + allows one to store very large quantities of data.  Hard disk drives
  147. + are mandatory on most newer computer systems, but are usually optional
  148. + for Commodore 8-bit computers.  However, the faster load time, the 
  149. + greater capacity, and the ease of use make them desirable.
  150.   
  151.   CMD sells hard drives for the Commodore 64 and 128.  They range in sizes
  152.   from 50 Megabytes on up.  In comparison, a Commodore 1581 drive holds
  153.   .8 Megabytes.
  154.  
  155.  
  156. + 13.2.2.  What is 64NET?
  157.   
  158.   If you have access to an IBM of some kind (preferrably with a hard drive),
  159.   you can use a product called 64NET to hook the drive up to the Commodore.
  160.   64NET consists of a cable which connects the CBM User Port and the IBM
  161.   Parallel Port together, and a program that runs on both machines.  The
  162.   program on the IBM is a standard application, but the CBM part is a wedge,
  163.   so it should integrate seamlessly with some programs.  There is now just
  164.   one copy of the product.  Registered users simply receive a 64NET.KEY
  165.   file that enables SAVING.  There is a student discount of AUS$40.00.
  166.  
  167.   The product is at version 1.82.62 and has full OPEN/CLOSE/READ/READST
  168.   support, can support 4 gigabyte IBM partitions, and have a built-in
  169.   off-board monitor which includes some dos wedge functions. The
  170.   IBM programs have link-based helpsystems and will run on any IBM
  171.   machine.  The registered version allows saving of files, wheras the PD
  172.   version does not.  The registered version also contains support for GEOS.
  173.   
  174.   The registered BETA version is availabwith upgrade to final version
  175.   free) for AUS$50.00, while the unregistered version is free.  These
  176.   prices do not include the cable that is required for operation.  The cable,
  177.   program, and more information ived from Paul Gardner-Stephen at
  178.   gardners@ist.flinders.edu.au.  Also, the system can be ordered from:
  179.  
  180.   In Europe:
  181.  
  182.   Performance Peripherals Europe
  183.   Germany
  184.   +49 2227 3221
  185.  
  186.   Michael Renz
  187.   +49 2227 3221
  188.  
  189.   And in Australia from:
  190.  
  191.   Russell Alphey
  192.   +61 3 4278558 (A/H
  193.   r.alphey@dce.vic.gov.au
  194.  
  195.   Paul Gardner-Stephen
  196.   +61 8 277 7479 (A/H)
  197.  
  198.   Versions are available for the C64 and C128, and a C65 version is close to
  199.   completion.
  200.   
  201. + Also available is an Software Development Kit (SDK) with a CBM 
  202. + cross assembler.
  203.                  
  204.   
  205. + 13.2.3.  What is SERVER64?
  206.  
  207.   SERVER64 is a product like 64NET, in that it allows you to use an IBM PC
  208.   unlike 64NET, SERVER64 does not require
  209.   a connection to the user port and a special boot program be run.  Instead,
  210.   the system uses an X1541 cable to attach the Commodore 64 serarallel port.  
  211.   
  212.   The product is available at:
  213.   
  214.   ftp://ccnga.uwaterloo.ca/pub/incoming/SERVER64.ZIP
  215.   
  216.   Documentation is available at:
  217.   
  218.   ftp://ccnga.uwaterloo.ca/pub/incoming/SERVER64.TXT
  219.   
  220.   Both are expected to move temulation directory soon.
  221.   
  222.   
  223.   13.3.  How do I expand my computer's RAM capacity?
  224.  
  225.   13.3.1.  What is a Ram Expansion Unit?
  226.   
  227.   The original form of RAM expansion available to the C6e the
  228.   Commodore REUs (Ram Expansion Units).  These REUs plug into the cartridge
  229.   port, and provide 128K (the C=1700), or 512K (the C=1750)
  230.   of additional RAM.
  231.  
  232.   This RAM is not true system RAM however; simply adding a 512K REU to your
  233.   system does NOT mean that your word processor will suddenly be able to edit
  234.   512K larger documents.  A REU will only be used by a program that was
  235.   written to take advantage of an REU.  As a caveat on this, you can use your
  236.   REU as additional RAM for a RAMLink .
  237.  
  238.   An REU can be used as a Commodore  running the program
  239.   RAMDOS.  This will allow users to save and load files from the REU.
  240.  
  241.   If you are using CP/M, the REU can be configured to act like a disk drive
  242.   under CP/M.
  243.  
  244.   Although the C=1764 was originally adverthe 1700 and
  245.   1750 for the C128, any of the three RAM expanders will work with either the
  246.   C64 or the C128.  Note that if you want to use any of them on the C64, you
  247.   need a heavy duty power supply.  The 1764 comes with such a power supply.
  248.  
  249.   There are hardware expand a 1700 or a 1764 to 512K;
  250.   additionally, a 512K REU can be expanded to 1 Meg or more.  The plans are 
  251.   at ftp://ccnga.uwaterloo.ca/pub/cbm/hardware.  While it appears completely
  252.   safe to upgrade your REU to 1 Meg, there have bee problems
  253.   with REU's upgraded to 2 Megs.  Sometimes the REU will work fine for a while,
  254.   then fail.  If you are upgrading your REU, it would probably be wise to stop
  255.   at 1 Meg.  If you are  consider a CMD RAMLink.
  256.   
  257.   If you don't wish to do it yourself, there are people who will do it for 
  258.   you, for a fee.  The following individual will do RAM expansions on the 
  259.   17xx series. He Has lots of experience doingions. His 
  260.   current quoted price for expanding a 1750 from 512k to 1 meg is $60. Call 
  261.   for the latest prices.  In addition he can do repairs on the RAM.
  262.  
  263.   Raymond Day
  264.   9601 Morton Taylor Road
  265.   Belleville, MI 48111-1328
  266.   r.day@genie.geis.com (Contact)
  267.   (313) 699-6727
  268.  
  269.   On a similar note, Software Support International sells a device called
  270.   the 175unctions just like a 1750.  It is not as expandable
  271.   as the real 1750, but can be used where a 1750 is recommended or required.
  272.  
  273.   13.3.2.  M Unit?
  274.  
  275.   When Commodore REUs became hard to find several years back, Berkeley
  276.   Softworks introduced geoRAM, which is a 512K RAM expander.  This RAM
  277.   expander gives you all of the advantages of a 1750 with GEOS.  However, it is
  278.   not 1750 compatible, so it will not work like a 1750 outside of GEOS; it is
  279.   transparent to other programs.  (As a caveat on this, see the info on
  280.   RAMLink)).  DesTerm128 2.0 will not work with a geoRAM plugged in.  A
  281.   special version of GEOS 2.0 (which is bundled with geoRAM) is necessary to
  282.   use geoRAM.  No additional power supply is necessary to use geoRAM.  The
  283.   geoRAM can be upgraded to 2MB also.  Contact Jens-Michael Gross at
  284.   grossibr@buran.fb10.tu-berlin.de for information on upgrading the geoRAM.
  285.  
  286.   The geoRAM can be used without GEOS if it is installed in a RAMDrive or
  287.   RAMLink.  See Section 13.3.4 for information.
  288.   
  289.   13.3.3.  What is battery backed GeoRAM (BBGRam)?
  290.   
  291.   Battery Backed GeoRam is a products marketed by Performance Peripherals
  292.   Incorporated.  The unit is actually a geoRAM clone, but has battery backup 
  293.   included within the unit.  The unit can be ordered in the following 
  294.   configurations:
  295.  
  296.   512kBytes     $92.97US
  297.   1MBytes      $123.97US
  298.   2MBytes      $165.97US
  299.  
  300.   13.3.4.  What is a RAMLink?
  301.  
  302.   RAMLink (RL) is a RAM expansion devices from CMD.  The RAM in thesto native mode partitions (with dynamically allocated 
  303.   subdirectories), or 1541, 1571, or 1581 emulating partitions.  Thanks to the
  304.   15x1 emulating partitions, software does not have to be specifically written
  305.   to run with a RL. The RL devices should appear as a disk drive to most 
  306.   programs.  One notable exception is DesTerm v2.00, which does not work 
  307.   with the RL.  There are few other exceptions, and no major commercial 
  308.   program has a problem running with an RL .  The deciding factor seems to be 
  309.   whether or not the program uses a drive's internal ram.  The RL does not 
  310.   'mimic' having this type of internal drive ram, and if a program relies 
  311.   upon this it will not run.  The heavily copy protected Digital Solutions' 
  312.   programs use this drive ram for its burst loading routines.  So, even 
  313.   though a Maverick/RamBoard combination will write a copy of it to the RL, 
  314.   it will fail to boot.  However, these programs, once booted from a 1571, 
  315.   will use and access all of RL's many functions for lightening fast loads 
  316.   and saves.
  317.  
  318.   RL has ts own power sources, separate from the computer.  When you turn 
  319.   off the computer, the power to the RL is left on, leaving its contents 
  320.   intact.  This power supply always remains on.  (For safety from power 
  321.   outages, battery backups are also available.)
  322.  
  323.   RAMLink is a powerful, large device.  It can be configured from 0 to
  324.   up to 16 Megs of RAM, using industry standard 1x8 (100ns) 1 Meg and 4 Meg
  325.   SIs can be used.)  The RL is constructed so that
  326.   the user may easily add additional SIMMs at any time.
  327.  
  328.   RAMLink has a port into which you can plug a Commodore REU or a geoRAM.
  329.   You can configure RAMLink to either leave this RAM device alone, or to use
  330.   the REU/geoRAM's RAM just as if it were part of the RAMLink's RAM.  A
  331.   RAMLink also has a pass-through port, in which you can plug a normal
  332.   C64/C128 cartridge, and a parallel port for a CMD hard drive.  The latter
  333.   greatly improves the transfer speed of data between your computer and the
  334.   hard drive.
  335.  
  336.   If you have a geoRAM, the geoRAM can be plugged into the RL .  the
  337.   geoRAM then acts as an extra piece of ram-based disk storage.
  338.  
  339.   The RL comes with a very well documented, thorough, and easily
  340.   referenced User Manual.  Contact CMD for more details.
  341.  
  342.  
  343.   13.3.5.  What is a RAMDrive?
  344.   
  345.   The RAMDrive is similar in function to the RAMLink sold by CMD (see 
  346.   Section 13.3.4).  The main differences are the smaller amount of memory
  347.   (1-4 MB) and the smaller size. 
  348.   
  349.   At one time, the RAMDrive was sold by CMD, but is no longer available 
  350.   through them. However, Performance Peripherals, Inc. still sells the
  351.   RAMDrive unit.  
  352.   
  353.   
  354.   13.3.6.  How do I expand my C128 Video RAM?
  355.  
  356.   The original, "flat" C128's came with an 80 column display that had it's own
  357.   display RAM that was separate from the system memory of the computer.  This
  358.   "VDC RAM" was 16K in size.  After Commodore, they
  359.   changed the design and marketed some versions of the Commodore 128D with
  360.   64K of VDC RAM.  Since them, some programs (e.g. I-Paint, Dialogue128)
  361.   have come out that either need or support 64K of VDC RAM.  Owners of flat
  362.   128's can upgrade their video RAM to 64K either by ordering an upgrade
  363.   plug-in board(e.g. from Software Support International), or by replacing the
  364.   RAM chips themselves.  All that needs to be done is, the two 4416 RAM chips
  365.   next to the VDC chip need to be replaced with 4464 RAM chips.  Note,
  366.   however, that since this involves soldering in tight quarters on your 128's
  367.   motherboard, it is very easy to damage the motherboard or the nearby VDC
  368.   chip.  Whenever you wish to use the extra RAM, be sure to set bit 4 in the
  369.   VDC register 28 (0 = 16kB, 1 = 64kB).
  370.   
  371.  
  372.   13.3.7.  How do I expand my C64 internally?
  373.  
  374.   THE TRANSACTOR magazine published two articles written by Paul Bosacki on
  375.   expanding the Commodore 64.  The first article (in Transactor 9.2) described
  376.   how to expand the 64 to 256kB by swapping RAM chips and contained switches
  377.   to perform some special options.  The second (in Transactor 9.6) describes
  378.   how to expand the Commodore 64 to 1MB, using a 512kB REU and 512kB on the
  379. | motherboard.  In addition, this expansion needs no switches to enable
  380.   options, which is an enhancement to the first article.
  381.  
  382.   The Nordic/Finnish MicroBITTI magazine publishPekka
  383.   Pessi on expanding the Commodore 64.  Pessi's design (in MicroBITTI Issues
  384.   1 and 2 for 1987) split the C64 memory map into 4 16kB pages, which could be
  385.   each mapped to any 16kB page in 256kB of memory.  It uses the same approach
  386.   of swapping the 64kB DRAMs for 256kB ones, but does the addressing somewhat
  387.   differently.
  388.  
  389.   In 1993, Marko Makela, with help from Pekka Pessi, translated Pessi's
  390.   article into English and made it available via the Internet.  It is now
  391.   available at ftp://ftp.funet.fi/pub/cbm/documents/ or
  392.   ftp://x2ftp.oulo.fi:/pub/cbm/docs/
  393.   
  394.  
  395.   13.3.8.  How do I expand my C128 internally?
  396.  
  397.   Marko Makela has written an article on how to expand the C128 and C128D's
  398.   memory up to 1024kB.  It is compatible with his earlier article on expanding
  399.   the C64 to 256kB, so programs written for the expanded 64 should run on the
  400.   expanded 128 in 64 mode.  The plan and schematic is available via ftp
  401.   from nic.funet.fi in directory /pub/cbm/documents/1028.
  402.  
  403.   The C-256 and C-512
  404.  
  405.   Twin Cities 128  issues #30 and #31 have a hardware scheme for expanding
  406.   your 128 to 256K or 512K.  To people who understand banking on the 128, the
  407.   256K modification adds RAM blocks 2 and 3 to your system. tion adds four more RAM blocks that can be accessed as alternate RAM
  408.   blocks 2 and 3, or as a completely separate set of RAM blocks 0-3.
  409.  
  410.   As with Commodore REUs, software must specifically support the expanded RAM.
  411.   Since these modifications are relatively new, there is not much software out
  412.   yet that supports the additional RAM.  However, ACE 128 does support this
  413.   expansion without any special drivers.
  414.  
  415.   The hardware modification, while simple from software's point of view, is
  416.   rather difficult to perform in hardware.  Richard Curcio, the designer of
  417.   the memory modifications, can modify your 128 for you.  See Twin Cities 128
  418.   issue #31 for more information.
  419.  
  420.   
  421.   13.4.  How do I increase my computer's speed?
  422.  
  423.   There are a number of products that can increase the operating speed of
  424.   the Commodore 64.  These products work by turning off the on-board 6510
  425.   and turning on a compatible microprocessor, usually a 65C02 or a 65C816
  426.   in 6502 emulation mode.  These products will work with any software that
  427.   does not mind running up to 4 times faster and does not use any of the
  428.   undocumented opcodes of the 6502 IC.
  429.   
  430.   Also, for a quick way to gain a small speed increase, please see Section 
  431.   17.2.
  432.   
  433.  
  434.   13.4.1.  How do I increase my Commodore 64's speed?
  435.  
  436.   Please note that some of these products are no longer offered for sale
  437.   by the original companies, but can be purchased from individuals as used
  438.   equipment.
  439.  
  440.   Turbo Master Accelerator for C64.
  441.  
  442.   The Turbo Master Accelerator is for a C64 (or C64 mode of C128) only, uses
  443.   a Rockwell R65C02P4 microprocessor clocked at 4.09 MHz, has its own 64K of
  444.   fast static RAM and a 32K EPROM, has hardware/software switchable speed
  445.   between 4.09 and normal, and has an enhanced ROM with faster disk routines
  446.   that can also be disabled.  A JiffyDOS compatibility option was available.
  447.  
  448.   Turbo Process Accelerator for the C64.
  449.  
  450.   This accelerator, made by Rossm"oller, uses a 65C816P-4 microprocessor
  451.   to operate the 64 at three speeds: 1MHz, 4 MHz, or anything between 50kHz
  452.   and 4 MHz.  The 65C816 is a 16 bit version of the 6502/6510, so it is
  453.   possible to write software for the new IC that takes advantage of the 16
  454.    accelerator, the only one being currently produced, is also the 
  455.   fastest such accelerator for the Commodore 64 to date.  The module, 
  456.   which plugs into the expansion port of the Commodore 64, increases
  457.   the CPU processing speed from 1MHz to 8MHz.  It uses a 65816 CPU 
  458.   (The 65816 is a descendant of the 65XX series) running at 8MHz to enable 
  459.   the increased speed.  Also, it can be optional expanded to 4 or 8 MB RAM 
  460.   onboad.  This product is the successor to the Rossmoeller TurboAccess 4MHz 
  461.   accelerator card.  The unit has the capability to provide 10x speed disk 
  462.   access via a parallel cable and has a CP/M option.  
  463.   
  464.   GEOS compatible requires the special patches that are available from the 
  465.   manufacturer, and games or demos which do very intensive timing or raster
  466.   effects might not fucntion correctly.  At present, the accelerator only
  467.   works on PAL 64s of certain revisions and will not function on a C128 in 
  468.   64 mode.  Currenlty, the REU is not supported.
  469.   
  470.   From the advertisement:
  471.  
  472.     "FLASH 8 is a GEOS-compatible module for the expansion port with a 65816
  473.      CPU that speeds the C64 to 8Mhz by highest compatibility with existing
  474.      software.  Additionally to the original Commodore Kernal a JiffyDos
  475.      kernal is available. You can choose between two different kernals via
  476.      DIP-switch.  Flash 8 comes either with 256 Kbyte or 1 Mbyte RAM onboard.
  477.  
  478.      A CP/M-emulator for running Z80-CP/M-Software, a macro-library and
  479.      assembler for the 65816 in native-mode are included."
  480.  
  481.   The prices are:
  482.  
  483.   349 DM (~$245.00 US) for the unit with 256kB RAM.
  484.   449 DM (~$315.00 US) for the unit with 1MB RAM.
  485.  
  486.   It is being manufactured and sold by Discount 2000 and Performance
  487.   Peripherals, Inc.
  488.  
  489.   The Turbo Master Accelerator is for a C64 (or C64 mode of C128) only, uses
  490.   a Rockwell R65C02P4 microprocessor clocked at 4.09 MHz,
  491.   fast static RAM and a 32K EPROM, has hardware/software switchable speed
  492.   between 4.09 and normal, and has an enhanced ROM with faster disk routines
  493.   that can also be disabled.  A JiffyDOS compatibility option was available.
  494.  
  495. | CMD SuperCPU 64
  496.          
  497. | The CMD Super 64 CPU accelerator cartridge, currently shipping from
  498.   Creative Micro Designs, will allow a Commodore 64 or Commodore 128 (in 64
  499. | mode) to reach CPU speeds of 20 MHz. 
  500.  
  501. | A Western Design Center 65C816S 16bit CPU core (with 6502 emulation) 
  502. | forms the heart of the unit.  The accelerator is compatible will all 
  503. | standard peripherals for the Commodore 64, including the 1500 series 
  504. | disk drives and the 1700 series Ram Expansion Units.  In addition, the
  505. | unit is compatible with GEORam and the various peripherals offered by 
  506. | CMD, such as the HD and FD series disk drives and the RAMLink.                    
  507.                              
  508. | Internalla WDC 65C816S CPU and 64kB of fast static
  509. | RAM for no-wait program processing.  Both a stock and JiffyDOS enhanced
  510. | kernel are available, and the user can completely disable the unit if
  511. | desired without unplugging.  Also, the speed of the unit (1MHz or maximum
  512. | speed) can be selected via switch or software.  A pass through port 
  513. | allows the user to use existing cartridges, and an expansion port
  514. | dubbbed the "Rocket Socket" allows RAM or functionality enhancements to
  515.   be added to the accelerator.
  516.  
  517.   Production units began on July 25, 1996, and a developer's package
  518.   will be made available to software authors shortly.  The price is as
  519.   follows:                                    
  520.  
  521.   Super 64/20      US$199.00
  522.  
  523.   Creative Micro Designs, Incorporated. (CMD)
  524.   15 Benton Drive
  525.   P.O. Box 646
  526.   East Longmeadow, MA  01028-0646
  527.   (800) 638-3263 (Orders only)
  528.   (413) 525-0023 (Information)
  529.   (413) 525-0147 (Fascimile)
  530.   cmd.sales@the-spa.com (Information and Pricing) 
  531.   cmd.support@the-spa.com (Technical Support) 
  532.   cmd.cac@the-spa.com (Charles Chistianson - Marketing) 
  533.   doug.cotton@the-g Cotton - Technical Writer)
  534.   
  535.  
  536.   13.4.2.  How do I increase my Commodore 128's speed?
  537.  
  538.   The ZIP card for your C128.
  539.  
  540.   This accelerator was not produced.  Its development has been stopped dueous problems. 
  541.   
  542. + The SuperCPU 128
  543.   
  544. + In addition to the SuperCPU 64 (see Section 13.4.1), Creative Micro
  545. + Designs is planning to introduce a 128 version of this 20 MHz accelerator.
  546. + Production dates are sceduled for around Christmas, 1996.  The price for
  547. + the 128 version has not yet been finalized.,  Contact CMD for more
  548. + information.
  549.  
  550.  
  551.   13.4.3.  Can I speed up other Commodore computers?
  552.  
  553.   Although it is possoble to accelerate just about any Commodore machine, 
  554.   no commercial products exist to speed up other Commodore computers.
  555.   
  556.   
  557.   13.5.  How do I increase my computer screen's resolution?
  558.  
  559.   Although the Commodore computers once reigned in terms or screen
  560.   rsolution and number of colors available, newer machines have surpassed
  561.   it in both areas.  Depending on whether you want more characters on the
  562.   screen or more colors at one time, these products might help.
  563.    
  564.   
  565.   13.5.1.  How do I increase my Commodore 64's screen resolution?
  566.   
  567.   Since the Commodore 64's VIC-II cannot be expanded, the only way to increase
  568.   the resolution of the Commodore 64 is to turn off the on-board video and
  569.   replace its output with one from another IC.  The simplist approach
  570.   involves attaching an 80 column video chip (6545, 6845, etc.) to the C64
  571.   via the expansion port.  This will provide 80 columns of monochrome text.
  572.   However, this is only useful for text applications, as most of these video
  573.   devices are not capable of doing high resolution graphics.  Also, rently produced, but many are sold as used equipment
  574.   by users.
  575.  
  576.   Batteries Included BI-80
  577.  
  578.   This unit combined an 80 column monochrome text video display (using the
  579.   6545 IC) and BASIC 4.0.  Either options could be turned on or off via
  580.   software control.
  581.  
  582.   DATA 20 80 column unit
  583.  
  584.   This unit preceded the BI80 unit, and was produced from 1982-1984.
  585.  
  586.   Protecto Enterprizes Protecto-80
  587.  
  588.   This was basically a repackaged DATA-20 unit.  Some circuitry was changed
  589.   to permit price reduction, but the same functionality is there.
  590.  
  591.  
  592.   13.5.2.  How do I increase my Commodore 128's screen resolution?
  593.  
  594.   The Commodore 128 comes equipped with an second video display controller
  595.   in addition to the 40 column VIC chip.  This chip can be used while in
  596.   64 mode through clever programming, and the controller's standard 640*200
  597.   pixel size can be expanded to 640*400.  However, there is no way to
  598.   completely overcome the color limitation of 16 colors
  599.  
  600.  
  601.   13.6.  How do I increase my computer's serial transfer speed?
  602.   
  603.   If you wish to operate serial devices at speeds faster than what the 
  604.   internal software emulated UART can handle, you will need to purchase 
  605.   a UART interface.  There are a couple of different kinds, and each has 
  606.   its advantages.
  607.   
  608.   To use these hardware UARTs, the application must be written to take
  609.   advantage of the device.
  610.   
  611.   SwiftLink
  612.  
  613.   the SwiftLink cartridge is manufactured by CMD and allows speeds up to 
  614.   38.4 Kbps.  This device contains a 6551 UART and plugs into your cartridge 
  615.   port and supplies you with a standard 9-pin serial ect 
  616.   the desired modem.  Dialogue128, Novaterm64, and Kermit(v2.2s) support 
  617.   the SwiftLink.
  618.  
  619.   Creative Micro Designs, Incorporated. (CMD)
  620.   15 Benton Drive
  621.   P.O. Box 646
  622.   East Longmeadow, MA  01028-0646
  623.   (800) 638-3263 (Orders only)
  624.   (413) 525-0023 (Information)
  625.   (413) 525-0147 (Fascimile)
  626.   cmd.sales@the-spa.com (Information and Pricing) 
  627.   cmd.support@the-spa.com (Technical Support) 
  628.   cmd.cac@the-spa.com (Charles Chistianson - Marketing) 
  629.   doug.cotton@the-spa.com (Doug Cotton - Technical Writer)
  630.   
  631.   HART Cartridge
  632.   
  633.   The HART cartridge is a device similar to the Swiftlink in size.  However,
  634.   the HART unit conatins an 8255 UART IC and can handle speeds up to 57.6Kbps.
  635.   The unit is manufactured by Hatronics.
  636.   
  637.   Hatronics
  638.   195 Lincoln Avenue
  639.   Montclair, NJ  07042
  640.   (201) 783-7264
  641.   Mark Hatten (Contact)
  642.   
  643.   DataPump
  644.   
  645.   DataPump is a set of plans used to build a device that functions just like
  646.   a Swiftlink.  The plans are available at many FTP sites.
  647.    
  648.   ftp://ftp.funet.fi/pub/CBM/documents/datapump.sfx (GEOS format)
  649.   ftp://hamsterix.funet.fi/pub/CBM/documents/datapump.sfx (GEOS format)
  650.   ftp://ccnga.uwaterloo.ca/pub/cbm/INCOMING/hardware/
  651.   
  652.    
  653.   13.7.  How do I increase my computer's sound quality?
  654.   
  655.   SID Symphony
  656.  
  657.   The C64 and C128 come equipped with 1 Sound Interface Device (SID) IC.
  658.   This provides 3 channels of output.  For more channels, one can purchase the
  659.   SID Symphony cartridge from CMD to provide 3 extra channels.  Most newer
  660.   sound playing and editing software is able to use the extra channels.
  661.  
  662.   There are also a number of units one can purchase or build that will
  663.   provide MIDI capabilities for Commodore 64 and 128 users.
  664.  
  665.   
  666.   13.8.  What other ways can I expand my Commodore computer?
  667.    
  668.   There are many hardware iteme.  Below is a list of a few of
  669.   them.  Note that some of these items may no longer be in production, and
  670.   thus are only available as used equipment.
  671.  
  672.   80-Line Simplified Digital I/O Board
  673.  
  674.   This unit has 40 TTL input lines and 40 separffered digital output
  675.   lines plus an expansion socket that could support a standard ROM   calendar cartridge.  It works on the C64 and all modes of the C128
  676.   (including CP/M mode).  Its model number is the SS100 Plus.
  677.  
  678.   "Original Ultimate Interface"
  679.  
  680.   This is a universally applicable dual 6522 Versatile Interface Adapter board
  681.   with four 8-bit fully bidirectional I/O ports, eight handshake lines, and four
  682.   16-bit timer/counters.  It has IRQ interrupt capability and is expandable
  683.   to four bo on the C64 and all modes of the C128 (including
  684.   CP/M mode).  Its model number is the 641F22.
  685.  
  686.   A/D Conversion Module
  687.  
  688.   This unit is 16 channel, 8-bit, 100 microsecond conversion time.
  689.   Piggy-backs on the 641F22 and thus requires it to operate.  Works on the
  690.   C64 and all modes of the C128 (including CP/M mode).  Its model number is
  691.   641F/ADC0816.
  692.  
  693.   The Spartan Apple ][+ emulator for the C64, by Mimic Systems, Inc.
  694.  
  695.   In addition to allowing the use of Apple ][+ hardware/software, this
  696.   device boasted four software selectable C64 cartridge slots, a non-
  697.   dedicated 8-bit parallel port, and standard audio cassette deck
  698.   capabilities for the C64.
  699.  
  700.   ROM upgrades are available for the C-128 and the 1571.
  701.  
  702.   C64 Games Port Expander  (Model #8401) 40/80 column converter.
  703.  
  704.   Switchable, it has 4 independent cartridge sockets plus a 5th switch
  705.   position accessing an 80 col. character set ROM - (limited usability
  706.   because it *apparently* accesses a C64 Ram location which interferes
  707.   with a lot of stuff, I forget where or how) - and a 6th switch position
  708.   independent of the cartridge port for general use stuff.
  709.  
  710.   It was built into a neat steel housing designed to sit flat on the desktop
  711.   and slide into the cartridge port at exactly the right height.
  712.  
  713.   
  714.  
  715. -- 
  716. Jim Brain, Embedded System Designer, Brain Innovations, Inc. (BII)(offline sig)
  717. j.brain@ieee.org   "Above views DO reflect my employer, since I'm my employer"
  718. Dabbling in WWW, Embedded Systems, VR, Old CBM computers, and Good Times!  -Me-
  719. <a href=http://www.msen.com/~brain/>Jim Brain: BII, nfo</a>
  720.